﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}




body {

  font: normal 18px/1.5625 Roboto、Marcellus、Montserrat、Poppins、Barlow, sans-serif;
  font-weight: normal;
  color: #111;
  background-color: #f6f6f6;
}

a {
  text-decoration: none;
}

.bgffffff {
  background-color: #ffffff;
}

.bgffe1d5 {
  background-color: #ffe1d5;
}

.bg83fad2 {
  background-color: #83fad2;
}

.bgeeeeee {
  background-color: #eeeeee;
}

.bgdedeff {
  background-color: #83fad2;
}

.bgfdcc54 {
  background-color: #ffe082;
}

.bg00d9bf {
  background-color: #50efdc;
}

.bgc3b9ff {
  background-color: #79f7e8;
}

.bgfff089 {
  background-color: #fff089;
}

.bgfe8d40 {
  background-color: #9ee4ff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;

}

.mob-nav {
  display: none;
  position: absolute;
  right: 0px;
  top: 20px;
}

.nav-right {
  display: flex;
  position: absolute;
  right: 0px;
  top: -3px;
  align-items: center;
}

.header__inner {
  position: relative;
}

.inner {
  width: 94%;
  max-width: 84rem;
  margin: 0px auto;
}

header.dark {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  position: fixed;
  border-bottom: 1px solid #d1d1d1;
}


nav {
  z-index: 999;
}

.homeItem_erp {
  width: 100% !important;
  position: relative;
  display: flex;
}

.commonButtonStyle {
  display: inline-block;
  border-radius: 16px;
  color: #fff;
  padding: 0.75rem 1.0rem;
  cursor: pointer;
  white-space: nowrap;
  word-break: break-all;
  font-size: 0.95em;

}

.homeItemerp_bottom {
  border-radius: 0 25px 15px 0;
  width: 100%;

}

.homePage-text-row {
  text-align: center;
  font-weight: normal;
  color: #8a8a9f;
  width: 100%;
  background-color: #fff;
  padding: 30px 0 70px 0;
  font-size: 18px;
}

a#loginbtn {
  float: right;
  padding: 1.25em 2em;
  color: #4f5056;
  font-weight: 600;
}

.nav-right a#loginbtn:hover {
  color: #04bf1f;
}

a#freeTrialbtn {
  float: right;
  margin: 0.9em 0.25em 0.9em 0.85em;
  padding: 10px 20px;

  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
}

a#buyBtn {
  margin: 0.9em 0em 0.9em 0.25em;
  padding: 10px 20px;

  background-image: linear-gradient(267deg, #ff7500 0%, #ff9700 100%)
}

a#freeTrialbtn:hover {
  background-image: linear-gradient(267deg, #00d7bd 0%, #00c1ab 100%);
}

a#buyBtn:hover {


  background-image: linear-gradient(267deg, #ff9700 0%, #ff7500 100%)
}

.wrap {
  float: left;
  width: 100%;
}

.reset--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav li {
  display: inline-block;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

/* li {
  clear: ;
} */

nav li a {
  color: #2dbbe9;
  display: block;
}

/* nav a.toplevel {
  z-index: 99;
  color: #fff;
  font-size: 1.175em;
  padding: 1.375em 1.75em;
  font-weight: 500;

  position: relative;
} */

.nv-drop {
  position: relative;
}

.arrowSpan {
  padding-left: 8px;
}

.navgroup {
  left: -6px;
  top: auto;
  position: absolute;
  text-align: left;
  border: 1px solid #e7e7ed;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transform: translateY(1em);
  transition: transform 0.3s ease-in-out 0.3s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  box-shadow: 0px 6px 12px #2222222a;

}

.navgroup-sub {
  right: -99%;
  /* margin-left: -12px; */
  top: 0px;
  background-color: #E6E6ED;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E6E6ED;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-bottom-right-radius: 6px;
  box-shadow: 15px 15px 30px #2222222a;
}

.reset--list>li {
  position: relative;
}

.navgroup .wrap .cell {
  padding-left: 1.85em;
  padding-right: 1.85em;
  height: 48px;
  white-space: nowrap;
}

.navgroup .wrap .cell02 {
  padding-left: 1.85em;
  padding-right: 1.85em;
  height: 48px;
  white-space: nowrap;
}

.navgroup-8m .wrap .cell {
  padding-left: 2em;
}

.navgroup .wrap {
  background-color: #fff;
}

.navgroup .wrap .cell a {
  color: #393b40;
  line-height: 48px;
  font-size: 0.8615em;
}

.navgroup .wrap .cell02 a {
  color: #6b6e76;
  line-height: 48px;
  font-size: 0.8615em;
  padding-left: 15px;
}

.navgroup .wrap .cell03 {
  color: #3d3e40;
  line-height: 48px;
  font-size: 0.8615em;
  padding-left: 2.1em;
  padding-right: 1.85em;

}

.nav .navgroup .cell:hover .navgroup-sub {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}



.arrowRightSpan {
  padding-left: 10px;
}

.navgroup .wrap .cell:hover {
  background-color: #F2F2F7;
}

.navgroup-sub .wrap .cell:hover {
  background-color: #F2F2F7;
}


.navgroup .wrap .cell02:hover {
  background-color: #f2f2f7;
}

.navgroup-sub .wrap .cell02:hover {
  background-color: #f2f2f7;
}

.navgroup-solution-sub {
  width: 350px;
  right: -350px;
}

div#ppm_welcom {
  background: linear-gradient(175deg, #dde0ff 0%, #dbe9ff 100%);
}

.product_welcome .homePage-mainInfo-d {
  width: 50%;
  margin: auto 0px;
  ;
}

.product_welcome .homePage-mainInfo-input-d {
  background-color: #fff;
}

.product_welcome .homePage-mainInfo-fd {
  width: auto;
  margin-top: 0px;
}

.product_welcome_wrap {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
}

.allmenuul {
  float: right;
}

.navgroup-8m {
  width: 280px;
}

.navgroup-product {
  width: 250px;
}

.navgroup-solution {
  width: 260px;
}

.navgroup-client {
  left: -430px;
}

.navgroup-resource {
  width: 260px;
}

.navgroup_all {
  width: 250px;
}

.client_box {
  background-color: #fff;
}

.navgroup-sub .wrap {
  background-color: #E6E6ED;
}

.nav li:hover .navgroup {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0em);
}

.client_menu_btn_list {
  display: flex;
  justify-content: space-around;
  height: 60px;

}


#welcome {
  background: #000;
  color: #fff;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.wel_img_d {
  width: 100%;
}

#welcome .overlay {
  background: linear-gradient(-45deg, rgba(8, 107, 105, 0.75), rgba(45, 59, 66, 0.75), rgba(52, 82, 122, 0.75));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.welcome-slide__image {
  width: 100%;
  height: 100vh;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

a#logo {
  float: left;
  margin: 0.85em 1.5em 0.85em 0;
  display: inline-block;
  height: 48px;
}

nav a.toplevel {
  z-index: 99;
  color: #000;
  font-size: 0.95em;
  padding: 1.25em 1.125em;
  font-weight: normal;
  position: relative;
}

nav a.toplevel100 {
  z-index: 99;
  color: #3c414d;
  font-size: 1.0em;
  padding: 1.25em 1.125em;
  font-weight: 600;
  position: relative;
}

.homePage-mainInfo-d {
  margin-top: 150px;
  width: 48%;
  max-width: 624px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10px;
}

.welcome-image-d {
  display: inline-block;
  flex-shrink: 0;
  margin-top: -20px;
}

.homePage-mainInfo-fd {
  display: flex;
  flex-wrap: nowrap;
}

.homePage-mainInfo {
  background-color: #fff;

}

.homePage-main-text {
  color: #181f38;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 6.25rem;
  padding-left: 0px;
}

.ppmPage-main-text {
  color: #181f38;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 4.2rem;
  padding-bottom: 0px;
}

.homePage-main-text_f {
  color: #181f38;
    font-weight: 500;
    font-size: 1.24em;
    line-height: 2.6rem;
    padding: 15px 0 0 0;

}

.homePage-main-text_f02 {
  color: #41434a;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 3.0rem;
  padding: 10px 0 0 0;

}

.homePage-mainInfo-input-d {
  margin-top: 30px;
  border: 2px solid #d5d5d5;
  border-radius: 15px;
  width: 90%;
  height: 68px;
  position: relative;
}

.homePage-mainInfo-input-d-content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  /* padding: 0px 20px 0px 20px; */
  flex-direction: column;
  justify-content: center;
}

.homePage-mainInfo-input-d-content-f {
  display: flex;
  width: 98.5%;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
}

.homePage-mainInfo-input-d-content-f>.emailText {
  color: #ccc;
}

a.getStartBtn {
  color: #fff;
  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
  line-height: 36px;
  width: 100px;
  text-align: center;
  cursor: auto;
  font-weight: normal;
  font-size: 20px;
  margin: 30px 0 30px 0;
  padding: 10px 30px;
}

a.getStartBtn {
  cursor: pointer;
}

.horizontalLine {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.clint-row-area {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding-top: 100px;
}

.homePage-client-list {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 20px 50px 0 50px;
  width: 75%;
}

.homePage-lineAreaText {
  color: #252830;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 52px;

}

.homePage-lineAreaText-d {
  text-align: center;
  flex-shrink: 0;
}

.homePage-lineArea {
  display: flex;

  justify-content: center;
  padding-top: 100px;
  padding-bottom: 15px;
}

.homeCustomersArea {
  background-color: #fff;
  padding-bottom: 20px;
}

.lineWd {
  width: 90%;
}

.verticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homePage-blockArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.homePage-blockArea .homeItem {
  width: 48.5%;
  padding-top: 20px;
  /* padding-left: 50px; */
  margin: 12px 0px;

}

.homeItem-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #252830;
  line-height: 60px;
}

.homeItem-contentText {
  font-weight: normal;
  font-size: 1rem;
  color: #131924;
  line-height: 2.2rem;
  padding-bottom: 20px;

}

.homeItem_more {
  color: #4941da;
  font-weight: 600;
}

.homeItem_more_d {
  margin-top: 0px;

}

.homeItem_top {
  padding: 40px 40px 30px 50px;
  border-radius: 25px 25px 0 0;

}

.homeItem_top02 {
  padding: 40px 50px 40px 50px;
  border-radius: 25px 0 0 25px;
  width: 90%;

}

.homeItem:hover {
  text-decoration: underline;
}



.homeCustomersLink {
  margin: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
}

.homeCustomersLink a {
  color: #0db92e;
  margin: 0px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 3px;
}

.homeCustomersTitle {
  text-align: center;
  padding-top: 10px;
  font-size: 1.1em;
  color: #333;
  line-height: 32px;
}

.homeCustomersMain {
  padding: 56px 0 20px 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;

}

.homeCustomersMain_right {
  padding: 60px 50px;
  border-radius: 0 25px 25px 0;
  background-color: #fff;
  position: relative;
  transition: all .25s linear;
  width: 300px;

}

.homeCustomersMain_right:hover {
  padding-top: 25px;
  transition: all .25s linear;
}


.homeCustomersMain_right_1 {
  font-size: 1.125rem;
  color: #555555;
  margin-bottom: 50px;
  line-height: 50px;

}

.homeCustomersMain_right_2 {
  position: absolute;
  bottom: 50px;
}

.page-wrap {
  overflow: hidden;
}

.pageFooterWarp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* background-color: #ebebeb; */
  line-height: 36px;
  padding: 50px 0 25px 0;
  align-items: flex-start;
  border-top: 0px #fff solid;
}

.pageFooterColumn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0px;
}

.pageFooterItem {
  list-style-type: none;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: right;
}

.pageFooterItemTitle {
  color: #222222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 40px;
}

.pageFooterItemTitle a {
  color: #222222;

}

.pageFooterItemTitle :hover {
  text-decoration: underline;
}

.pageFooterItemSub >a {
  color: #131924;
  font-size: 0.92rem;
  padding: 3px;
}

.pageFooterItemSub a:hover {
  text-decoration: underline;
}

.siteRightInfo {
  background-color: #e1e1e1;
  text-align: center;
  padding: 40px 20px;
  font-size: 0.92rem;
  line-height: 40px;
}

.search-container {
  width: 50px;
  float: right;
  height: 50px;
}

.homeItem_bottom {
  border-radius: 0 0 25px 25px;
}

.homeItem_bottom>img {
  width: 100%;
  margin-top: -20px;
}

.homeCustomersMain_wrap {
  border-radius: 25px;
  box-shadow: #ddd 0px 0px 30px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}

.homeCustomersMain_wrap:hover {
  box-shadow: #ddd 0px 0px 30px;
}

.homeCustomersMain_left>img {
  width: 100%;
  height: 100%;
}

div#homeCustomersArea2 .homePage-mainInfo-input-d {
  width: 40%;
  margin: 20px auto;
}



nav li:hover {

  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}




.navgroup_srm_scenarios {
  width: 250px;
}

.navgroup_srm_features {
  width: 250px;
}

.navgroup_srm_advantages {
  width: 280px;
}

.navgroup_srm_qa {
  width: 250px;
}

.navgroup_srm_solutions {
  width: 330px;
}

.navgroup_ppm_scenarios {
  width: 250px;
}

.navgroup_ppm_features {
  width: 250px;
}

.navgroup_ppm_advantages {
  width: 280px;
}

.navgroup_ppm_qa {
  width: 250px;
}

.navgroup_ppm_solutions {
  width: 280px;
}

.product-blockArea_row {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.producterp-blockArea_row {
  display: flex;
  flex-direction: column;
}

.blockArea_row_head_title {
  text-align: center;

  font-size: 2.6rem;
  font-weight: 600;
  padding-top: 80px;
}

.blockArea_row_head_titletop {
  text-align: center;

  font-size: 2.8rem;
  font-weight: 600;
  padding-top: 40px;
}

.ppm_gps {
  color: #ff6d00;
  font-weight: 600;
  padding-top: 80px;

}

.blockArea_row_head_titlef {
  text-align: center;
  color: #252830;
  margin: 10px 0 30px 0;
  font-size: 1.1em;
  line-height: 42px;
}

.blockArea_row_head_titlef_new {
  margin: 0 auto;
  color: #444258;
  font-size:  1.1em;
  padding: 6px 0 32px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 40px;
}

.blockArea_row_wrap {
  display: flex;
  justify-content: center;

}

.ppm_ticket {
  color: #2925f5;
  font-weight: 600;
  padding-top: 40px;
  font-size:  1.1em;

}

.ppm_atm {
  color: #04bf1f;
  font-weight: 600;

}

.blockArea_row_item>img {
  width: 100%;
  height: auto;
}

.product-blockArea {
  margin-top: 40px;
  padding-bottom: 0px;
}

.kanbanproduct-blockArea {
  margin-top: 40px;
  padding-bottom: 0px;
}

.ppm_gains {
  color: #04bf1f;
  font-weight: 600;

}

.ppm_gains_wrap {
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
}

.ppm_gains_wrap>div {
  margin: 0px 15px;
}

.ppm_gains_item1,
.ppm_gains_item4 {
  flex-basis: 66%;
}

.ppm_gains_item1 {
  height: 100%;
  width: auto;
}

.ppm_gains_item3,
.ppm_gains_item4 {
  padding: 50px;
}

.ppm_gains_item2 {
  padding: 50px 50px 0px 50px;
  flex-basis: 24%;
  background-color: #eeeeee;
}

.ppm_gains_item3 {
  flex-basis: 34%;
  background-color: #eeeeee;
}

.ppm_gains_item4 {
  background-color: #83fad2;
  color: #fff;
}

.ppm_gains_item2,
.ppm_gains_item3 {
  grid-column-start: span 1;
}

.ppm_gains_item2,
.ppm_gains_item3,
.ppm_gains_item4 {

  border-radius: 25px;
}

.ppm_gps_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  color: #252830;
}

.ppm_atlas_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffe6c3;
}

.blockArea_row_item {
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_item11 {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.blockArea_row_item12 {
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_item13 {
  overflow: hidden;
}

.blockArea_row_item_title,
.blockArea_row_item_desc {
  padding: 0 50px 20px 50px;
  line-height: 32px;

}

.blockArea_row_item_title,
.blockArea_row_item_desc15 {
  padding: 25px 20px 30px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.blockArea_row_item_title,
.blockArea_row_item_desc5 {
  padding: 10px 5px 20px 5px;
}

.blockArea_row_item_title,
.blockArea_row_item_desc20 {
  padding: 0px 40px 36px 45px;
  line-height: 24px;
}

.blockArea_row_item_title02,
.blockArea_row_item_desc {
  padding: 0px 45px 20px 45px;
  line-height: 40px;
  font-size: 1em;
}

.blockArea_row_item_title {
  font-size: 1.35em;
  padding: 45px 50px 2px 45px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 42px;
}

.blockArea_row_item_title03 {
    font-size:1.25em;
    padding: 32px 30px 2px 45px;
    border-radius: 25px 25px 0 0;
    font-weight: 600;
    line-height: 32px;
}

.blockArea_row_item_title05 {
  font-size: 20px;
  padding: 32px 30px 20px 30px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 32px;
}


.blockArea_row_item_title_n {
  font-size: 1.35em;
  padding: 45px 50px 24px 50px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 42px;
}

.blockArea_row_item picture img {
  vertical-align: middle;
}

.ppm_blockArea .ppm_paperticket_item .blockArea_row_item_title {
  color: #fff;
}

.ppm_blockArea .ppm_paperticket_item .blockArea_row_item_desc {
  color: #fff;
}

.ppm_blockArea .blockArea_row_item_title {
  color: #252830;
}

.ppm_blockArea .blockArea_row_item_desc {
  color: #333;
}

.ppm_ticket_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffe1d5;
  color: #fff;
}

.ppm_atm_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;

}

.ppm_calculator_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #a1ebda;

}

.ppm_paperticket_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #070708;
  color: #fff;
}

.ppm_atlas_item>.blockArea_row_item_title {
  color: #000;
}

.ppm_ticket_item {
  background-color: #cfebff;
}

.productClientLogoPic_d {
  padding: 40px 0px 100px 0;

}

.productClientLogoPic_d img {
  width: auto;
  padding: 40px 0;
}

.productClientLogoPic_wrap {
  padding: 24px 80px;
  border-radius: 25px;
  background-color: #fff;
}

.product_welcome {
  height: 590px;
}

.banner_wrap {
  position: absolute;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.banner_wrap img {

  width: 100%;
}

.product-blockArea .blockArea_row_common_item {
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-blockArea .blockArea_row_common_item img {
  height: auto;
  width: auto;
}

.homeClientListPicArea {
  background-color: #f6f6f6;
}

.blockArea_row_wrap .blockArea_row_item {
  margin: 15px 15px 0 15px;
}

.blockArea_row_wrap .blockArea_row_item5 {
  margin: 10px 5px 0 5px;
  border-radius: 25px;
  overflow: hidden;
}

.blockArea_row_wrap .blockArea_row_item10 {
  margin: 10px 10px 0 10px;
  border-radius: 25px;
  overflow: hidden;
}

.product-blockArea .blockArea_row_common_item_col {
  margin: 0px;
  background-color: transparent;
}

li.home-link:hover a {
  color: #04bf1f;
}

div#nav>ul>li:hover>a {
  color: #04bf1f;
}

.moduleTitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #005a24;
  padding-top: 40px;

}

.moduleTitlef {
  text-align: center;
  color: #333;
  font-size: 1.1em;
  padding-bottom: 30px;
  line-height: 42px;
}

.moduleTitlef-text {
  text-align: center;
  color: #444258;
  font-size: 0.95em;
  line-height: 36px;
  padding: 30px 0 40px 0;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.header_wrap {
  height: 70px;
}

.productPrice_formDilog {
  position: fixed;
  width: 500px;
  height: 300px;
  /* height: auto; */
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
  padding: 80px 70px;
  background-color: #fff;
  z-index: 999;
  display: none;
  border-radius: 15px;
  box-shadow: 0px 0px 30px #2222222a;

}

.productPrice_formDilog .title {
  color: #2f354c;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
}

.productPrice_formDilog .titlef {
  color: #727272;
  font-size: 18px;
  text-align: center;
  margin: 20px 0px;
}

#crm_welcom {
  background-image: linear-gradient(88deg, #ffebae 0%, #ffdc8e 100%);
}

.productPrice_formDilog input {
  height: 60px;
  width: 100%;
  color: #ebebf2;
  background-color: #ebebf2;
  font-size: 0.875em;
  line-height: 2rem;
  text-indent: 10px;
  border: 0px;
  border-radius: 10px
}

.productPrice_formDilog input:focus {
  border: 1px solid #08cf65;
}

.productPrice_formDilog .commonButtonStyle {
  margin-top: 20px;
  background-color: #ff7f00;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  width: 100%;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close_top_right_btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.errorInput {
  border: 2px solid red !important;
}

.product_bottom_title {
  color: #252830;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
}

.product_bottom_input_wrap {
  display: flex;
  justify-content: center;
  padding: 0px 0 100px 0px;
  background-color: #fff;
}

.product_bottom_input_wrap .homePage-mainInfo-input-d {
  width: 38rem;
}

div#crm_welcom .homePage-mainInfo-d {
  padding: 36px 60px;
  border-radius: 25px;
  width: 600px;

  opacity: 0.95;

}

.blockArea_row_erp_item1_1,
.blockArea_row_erp_item2_1 {
  flex-basis: 37%;
}

.blockArea_row_erp_item1_2,
.blockArea_row_erp_item2_2 {
  flex-basis: 63%;
}

.imgBox {
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin: 20px auto 100px auto;
  width: 84%;
  text-align: center;
}

.homePage-blockArea .homeItem:hover {
  cursor: pointer;
}

.wokEmailInputClass {
  border: none;
  text-indent: 20px;
  /* line-height: 36px; */
  font-size: 1.125rem;
  outline-style: none;
  width: 100%;
}

.getStartBtn:hover {
  cursor: pointer;
}

.redBorder {
  border-color: red !important;
}

.start8mErrord {
  position: absolute;
  bottom: 3px;
  font-size: 0.9rem;
  color: red;
  padding-left: 20px;
}


div#kanban_welcome {
  background-image: linear-gradient(267deg, #835bff 0%, #771fff 100%);
}

div#kanbanCase_welcome {
  background-color: #826cef;
 /* height: auto;*/
  padding: 20px;
  height: 280px;
}

div#kanbanCase_welcome .product_welcome_wrap {
  justify-content: space-around;
  align-items: center;
}

div#kanban_welcome .ppmPage-main-text {
  color: #fff;
}

div#kanban_welcome .homePage-main-text_f {
  color: #fff;
}

.product_welcome_right img {
  width: 100%;
  height: auto;
}

.kanban_blockArea_row1_wrap>div {
  width: 48%;
}

.kanban_blockArea_row2_wrap>div {
  width: 48%;
}

.kanban_blockArea_row1_wrap>div img {
  width: 100%;
  height: 100%;
}

.kanban_blockArea_row2_wrap>div img {
  width: 100%;

}

.kanban_blockArea .blockArea_row_head_title {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 48px;
}

.kanban_blockArea .stack_item {
  margin: 5px 0px;
  flex: 1 1 auto;
  transition: all linear 0.3s;
  position: relative;
  border-radius: 5px;
}

.kanban_blockArea .blockArea_row_switch_item {
  border-radius: 0px;
  background-color: transparent;
  padding: 8px;
  align-items: center;
}

.kanban_blockArea .switch_img_d {
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  transition: all 0.5s;
  background-color: #f6f6f6;
}

.blockArea_row_switch_img_box {
  display: flex;
  height: 100%;
}

.blockArea_row_switch_img_box_wrap {
  position: relative;
  left: 0px;
  height: 100%;
  transition: all linear 0.5s;
}

.blockArea_row_switch_item .blockArea_row_item_title {
  padding: 20px 50px 0px 50px;
  font-size: 1.35rem;
}

.stack_item_select {
  /* border-radius: 25px; */
  box-shadow: 0px 0px 10px rgb(192, 199, 210, 0.9);
  background: #fff;

}

div#kanban_switch_item1.stack_item_select::after {
  background-color: #8a5fff;
}

div#kanban_switch_item2.stack_item_select::after {
  background-color: #0fa3ff;
}

div#kanban_switch_item3.stack_item_select::after {
  background-color: #04d8bf;
}

.stack_item_select::after {
  border-radius: 0.3rem 0px 0px 0.3rem;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0.5rem;

}

.kanban_blockArea .grid_container {
  display: flex;
  position: absolute;
  margin-top: 40px;
}

.grid_container_item img {
  width: 100%;
  height: auto;
}

.kanban_blockArea .grid_container .grid_container_item {
  margin: 0px 10px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgb(192, 199, 210, 0.9);
  overflow: hidden;
  flex: 0 0 auto;
  width: 400px;
}

.kanban_blockArea .grid_container .kanbanCase_item {
  margin: 30px 10px;

  flex: 0 0 auto;
  width: 400px;
}

.grid_container_arrowGroup {
  float: right;
  display: flex;
}

.grid_container_arrowGroup .arrow_tbn {
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background-color: #0de1c8;
  display: flex;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
}

.grid_container_arrowGroup .arrow_tbn:hover {
  cursor: pointer;
}

.kanban_blockArea .grid_container_wrap {
  height: 400px;
  position: relative;
}

.blockArea_row_wrap_kanban_explore {
  justify-content: space-between;
}

.blockArea_row_wrap_kanban_explore_iteml {
  flex-basis: 70%;
  color: #2f354c;
  padding-left: 10px;
}

.kanbanCase_banner_title {
  font-size: 2.6em;
  color: #f3ff00;
  font-weight: 600;
  text-align: center;
  padding: 40px 0px 15px 0;
}

.kanbanCase_banner_titlef {
  font-size: 1.25em;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.kanbanCase_banner_start8mContainer {
  width: 50%;
  margin: 20px 0px;
}

.stack_item:hover {
  cursor: pointer;
}

.kanbanCase_list_blockArea {
  margin: 30px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.kanbanCase_list_blockArea .kanbanCase_item {
  width: 30%;
  background-color: #fff;
}

.kanbanCase_item:hover {
  box-shadow: rgb(9 30 66 / 15%) 0px 0.5rem 1rem 0px;
  cursor: pointer;
  background-color: #434258;
}

.kanbanCase_item:hover .kanbanCase_item_title {
  color: #00ffad;
}

.kanbanCase_item:hover .kanbanCase_item_desc {
  color: #fff;
}

.kanbanCase_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0px;
  border-radius: 12px;
  overflow: hidden;
  color: #000;
  box-shadow: 0px 0px 15px rgb(192 199 210 / 80%);
}

.kanbanCase_item img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.kanbanCase_item .kanbanCase_item_title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
}

.kanbanCase_item_text_wrap {
  padding-left: 10%;
  padding-bottom: 20px;
}

.kanbantext {
  font-size: 0.95em;
  line-height: 36px;
  color: #333;
  padding: 5px 50px 40px 50px;
}

.kanbanCase_item_desc {
  color: #252830;
  font-size: 0.95em;
  line-height: 32px;
  padding-bottom: 8px;
}


.ppm_item_more_c {
  text-align: left;
  display: none;
  font-size: 0.95em;
  color: #333;
  padding: 20px 20px 0 20px;
  line-height: 32px;
}

.switch_img_d img {
  width: 100%;
}

.returnHomeImg {
  margin: 0px 0 0 1.65em;
}

a.noClick {
  pointer-events: none;
}

a.noClick:hover {
  cursor: default;
}


.textUnderlined {
  position: relative;
  padding: 0.28em 0px;
}

.textUnderlined::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0;
  -webkit-mask-image: url("/img/line.png");
  mask-image: url("/img/line.png");
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  mask-size: 0px 10px;
  -webkit-mask-size: 0px 10px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

.textUnderlined--color-index1::before {
  background-color: rgb(103 202 255);
}

.textUnderlined--color-index2::before {
  background-color: rgb(193 157 255);
}

.textUnderlined--color-index3::before {
  background-color: rgb(243 108 229);
}

.textUnderlined--color-index4::before {
  background-color: rgb(139 131 253);
}

.textUnderlined--color-index5::before {
  background-color: rgb(247 246 240);
}

.textUnderlined--color-index6::before {
  background-color: rgb(103 230 255);
}

.textUnderlined--color-index7::before {
  background-color: rgb(103 230 255);
}

.textUnderlined--color-index9::before {
  background-color: rgb(198 129 245);
}

.textUnderlined--color-index10::before {
  background-color: rgb(255 176 14);
}

.textUnderlined--color-index11::before {
  background-color: rgb(104 223 255);
}

.textUnderlined--color-index12::before {
  background-color: rgb(108 235 150);
}

.textUnderlined--color-index13::before {
  background-color: rgb(82 251 255);
}

.textUnderlined-animation::before {
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: highlight;
}

@keyframes highlight {
  1% {
    width: 6%;
    -webkit-mask-size: 6% 10px;
    mask-size: 6% 10px;
  }

  25% {
    width: 25%;
    -webkit-mask-size: 25% 10px;
    mask-size: 25% 10px;
  }

  50% {
    width: 50%;
    -webkit-mask-size: 50% 10px;
    mask-size: 50% 10px;
  }

  75% {
    width: 75%;
    -webkit-mask-size: 75% 10px;
    mask-size: 75% 10px;
  }

  100% {
    width: 100%;
    -webkit-mask-size: 100% 10px;
    mask-size: 100% 10px;
  }
}

section#why8mSection {
  background-color: #EDEBFF;
}

section#why8mSection .section_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  padding: 20px 10px;
}

section#why8mSection .section_wrap .title {
  text-align: center;
  font-size: 1em;
 
  font-weight: 600;
  color: #252830;

}

section#why8mSection .section_wrap .ftitle {
  text-align: center;
  color: #111;

  font-size: 20px;
  line-height: 48px;
}

.topImg {
  padding: 20px 0 0 0;
}

section#why8mSection .section_wrap .topImg {
  text-align: center;
  margin: 20px 0px;
}

section#why8mSection2 .section_wrap .title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #2925f5;
  line-height: 80px;

}

section#why8mSection2 .section_wrap .title2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #2925f5;
  line-height: 60px;
}


section#why8mSection2 .section_wrap .title3 {
  text-align: center;
  color: #333;
  margin: 10px 0 30px 0;
  font-size: 20px;
  line-height: 48px;
}

section#why8mSection3 .section_wrap>.title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  padding: 30px 15px;
}

section#why8mSection3 .section_wrap .block_area .title,
section#advantage3 .section_wrap .block_area .title {
  font-size: 1.35em;
  font-weight: 600;
  color: #252830;
  line-height: 42px;
}

section#why8mSection3 .section_wrap .block_area .desc,
section#advantage3 .section_wrap .block_area .desc {
  font-size: 0.95em;
  line-height: 36px;
  color: #131924;
  padding-top: 15px;
}

section#why8mSection3 .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

section#why8mSection3 .section_wrap .block_area .item,
section#advantage3 .section_wrap .block_area .item {
  border-radius: 25px;
  width: 44%;
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 60px;

}

section#why8mSection3 .section_wrap .block_area .item .leftImg,
section#advantage3 .section_wrap .block_area .item .leftImg {
  position: absolute;
  left: 0px;
  top: 33%;
  margin-top: -50px;
}

section#why8mSection3 .section_wrap .block_area .item .leftImg img,
section#advantage3 .section_wrap .block_area .item .leftImg img {
  width: auto;
  height: 200px;
}


section#why8mSection3 .section_wrap .block_area .item .item_wrap,
section#advantage3 .section_wrap .block_area .item .item_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

}

section#why8mSection3 .section_wrap .block_area .item .item_wrap .text_area,
section#advantage3 .section_wrap .block_area .item .item_wrap .text_area {
  padding: 40px 35px 35px 60px;
}

section#why8mSection4 .section_wrap .title {
  text-align: center;
  font-size: 2.4rem;
  
  font-weight: 600;
  color: #252830;
}

section#why8mSection4 .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#why8mSection4 .section_wrap .block_area .item {
  width: 30%;
}

section.cardBottomSection .section_wrap>.title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  margin-bottom: 40px;
  line-height: 50px;
}

section.cardBottomSection .section_wrap .block_area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.cardBottomSection .section_wrap .item {
  width: 30%;
  box-shadow: 0px 0px 15px rgb(233 233 233);
  border-radius: 26px;
  padding-bottom: 30px;
  background-color: #fff;
}

section.cardBottomSection .section_wrap .item img {

  border-radius: 25px;

}

section.cardBottomSection .section_wrap .item:hover {
  background-color: #04454d;
  cursor: pointer;
}

section.cardBottomSection .section_wrap .item:hover .text_area>.title {
  color: #fff;
}

section.cardBottomSection .section_wrap .item:hover .text_area>.desc {
  color: #fff;
}

section.cardBottomSection .section_wrap .item:hover .text_area>.commonButtonStyle {
  color: #000;
  background-color: #fff;
}

section.cardBottomSection .section_wrap .item .text_area {
  padding: 10px 60px;
  position: relative;
}

section.cardBottomSection .section_wrap .item .text_area>.title {

  font-size: 1.35em;
  font-weight: 600;
  color: #252830;

}

section.cardBottomSection .section_wrap .item .text_area .desc {
  font-size: 0.95em;
  color: #333;
  min-height: 135px;
  line-height: 32px;
  padding-top: 15px;
}

section.cardBottomSection .section_wrap .item .commonButtonStyle {
  border-radius: 12px;
  padding: 0.55rem 1rem;

}

section.cardBottomSection .section_wrap .item .requestBtn {
  background-color: #FF6600;
}

section.cardBottomSection .section_wrap .item .demoBtn {
  background-color: #008263;
}

section.cardBottomSection .section_wrap .item .tryBtn {
  background-color: #6262e7;
}


section#digitalSection {
  background-color: #EDEBFF;
}

section#digitalSection {
  background-color: #EDEBFF;
}

section#digitalSection .section_wrap>.title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
}

section#digitalSection .section_wrap>.title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #252830;
  padding: 30px 0px;
}

section#digitalSection .section_wrap .topImg {
  text-align: center;
}

section#digitalSection2 {
  background-color: #f6f6f6;
}

section#digitalSection2 .section_wrap .block_area>.block_row {
  margin-bottom: 80px;
}

section#advantage .section_wrap .topImg {
  text-align: center;
}

section#advantage2 {
  background-color: #ffffff;
}

section#advantage2 .advantage2Title {
  text-align: center;
  color: #333;
  margin: 10px 0 0px 0;
  font-size: 20px;
  line-height: 40px;
}

section#advantage2 .commonSectionTile {
  color: #2925f5;
}

section#advantage3 {
  background-color: #f6f6f6;
}

section#advantage3 .section_wrap .block_area_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.block_row_item {
  font-size: 0.95em;
  width: 75%;
  line-height: 32px;
  color: #131924;
  padding-right: 50px;
  vertical-align: middle;
  margin: auto 0;
}

.brighttext {
  color: #826bff;
  font-weight: 600;
}

.desc {
  font-size: 0.95em;
  color: #111;
  line-height: 36px;
}

a#mobReturnHome {
  position: absolute;

  /* position: absolute; */
  left: 0px;
  top: 15px;
}

header#mobHeader {
  background-color: #fff;
  position: fixed;
  max-height: 70%;
  overflow: scroll;
}

header#mobHeader a {
  color: #252830;
}

.mobMenuWrap {
  /* padding: 0px 50px; */
  background-color: #e0f6ff;
}

.mobMenuMainItem {
  background-color: #fff;
  padding: 20px 0px;
}

.mobMenuItem {
  padding: 1em 1.5em;
}

.mobMenuItem .mainItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mobMenuItem .mainItem .menuTitle {
  font-size: 20px;
  font-weight: 600;
  color: #252830;
}

.mobMenuItem .subMobMenuItem {
  display: none;
  padding-left: 20px;
  font-size: 1.2em;
}

.mobMenuItem .subMobMenuItem a {

  font-size: 0.95em;
}

.mobMenuItem .subMobMenuItem>div {
  font-size: 1em;
}


.mobMenuItem .subMobMenuItem>div {
  margin: 1em 0px;
}

.mobMenuItem .subMobMenuItem>div:last-child {
  margin-bottom: 0px;
}

a#mobReturnHome {
  display: none;
}

a#mobstart8m {
  display: none;
  margin-top: 8px;
  width: auto;
}

/* ourHistory */
section#ourHistory .block_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}

section#ourHistory .block_area .item {
  width: 28%;
  margin: 10px;
  font-size: 40px;

}

section#ourHistory .block_area .item .yearTitle {
  color: #04bf1f;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  background-image: url("/img/yearBg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
}

section#ourHistory .block_area .item .textAreaTitle {
  color: #007733;
  font-size: 0.525em;
  font-weight: 600;
  text-align: center;
  min-height: 50px;
  padding: 30px 0 0px 0;
}

section#ourHistory .ourHistoryCol {
  display: none;
}

section#ourHistory .block_area .item .line {
  margin: 20px 0px;
  height: 1px;
  background-color: #00a55e;
}

section#ourHistory .block_area .item .textAreaContent {
  color: #181f38;
  font-size: 0.95rem;
  min-height: 230px;
  line-height: 32px;
}

section#ourHistory .block_area .item .textAreaContent2 {
  color: #181f38;
  font-size: 0.95rem;
  min-height: 195px;
  line-height: 32px;
}

section#ourHistory .block_area .item .textAreaContent3 {
  color: #181f38;
  font-size: 0.95rem;
  min-height: 167px;
  line-height: 32px;
}

.horizontalBarDiv {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.horizontalBarDiv .horizontalBar {
  height: 8px;
  border-radius: 25px;
  background-color: #fff;
  width: 80px;
  margin: 20px 10px;
}

.horizontalBarDiv .horizontalBar:hover {
  background-color: #b9d9d2;
  cursor: pointer;
}

.horizontalBarDiv .horizontalBar.activity {

  background-color: #04bf1f;
}

.boss_block {
  background-color: #EBF5F3;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  padding: 40px 0px;
  width: 92%;
}

.boss_block>.boss_block_left {
  width: 26%;
  margin: 0 auto;
}

.boss_block>.boss_block_right {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 70px 25px 20px;
}

.boss_block>.boss_block_right .boss_block_rightTop {
  color: #181f38;
  font-size: 20px;
  position: relative;
  line-height: 40px;

}

.boss_block>.boss_block_right .boss_block_rightTop img {
  top: -46px;
  right: -29px;
  position: absolute;
  padding: 0 20px 0 70px;
}

.boss_block>.boss_block_right .boss_block_rightBottom {
  color: #00ad4a;
  font-size: 0.95em;
  font-weight: 600;

}

div#aboutUs_welcome {
  background-color: #C5EEEB;
}

section.aboutUsCardBottomSection .section_wrap .block_area {
  flex-wrap: nowrap;
  padding: 25px 0 50px 0;
}

section.aboutUsCardBottomSection .section_wrap .item {
  background-color: #EBF5F3;
  flex: 1;
  margin: 0px 20px;
  width: auto;
  box-shadow: none;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area {
  padding: 20px 40px;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area .title {
  font-size: 28px;
  line-height: 42px;
  color: #181f38;
  font-weight: 600;
}

section.aboutUsCardBottomSection .section_wrap .item .text_area .desc {
  color: #181f38;
  font-size: 0.95em;


}

section.aboutUsCardBottomSection .section_wrap .item .alink {
  color: #007733;
  font-size: 0.95em;
  font-weight: 600;
}

.boss_block .boss_block_left img {
  margin-left: 70px;
}

section#ourHistory {
  background-color: #EBF5F3;
  padding: 80px;
}

.boss_section {
  padding: 90px 0px 0px 0;
  background-color: #fff;
}

section.aboutUsCardBottomSection .section_wrap .item:hover {
  cursor: pointer;
}

section.aboutUsCardBottomSection .section_wrap .item:hover .alink {
  color: #00fcae;
}

section.aboutUsCardBottomSection .section_wrap .item:hover .text_area .title {
  color: #fff;
  font-weight: 600
}

section.aboutUsCardBottomSection .section_wrap .item:hover .text_area .desc {
  color: #e8efeb;
}

/* ourHistory */

.price_content_right_text_m {
  display: flex;
}

.price_content_right_text_m>.price_content_right_text_item {
  width: 50%;
}

.price_content_right_text_m>.price_content_right_text_item .price_content_right_text_item_t {
  font-weight: 600;
  font-size: 1.1em;color: #444444;
}

.price_content_right_text_m>.price_content_right_text_item .price_content_right_text_item_b {}

.Style-8 {
  width: 60%;
  padding: 3px 13px;
  color: #fff;
  border-radius: 6px;
  background-image: linear-gradient(312deg, #00c1ab 0%, #00d7bd 100%);
  font-size: 18px;
  margin: 0 2px;
}

.right_fixed_item_callUs {
  position: relative;
}

.right_fixed>.right_fixed_item_callUs .right_fixed_item_internal_left {
  text-align: center;
  background-color: #fff;
  top: 0px;
  height: 100%;
  border-radius: 6px;
  right: 5px;
  line-height: 60px;
  box-shadow: 0px 0px 22px #dedede;
  color: #03a4f4;
  font-size: 18px;
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.clientTj_welcome_wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.clientTj_welcome_wrap .banner_wrap {
  position: relative;
  width: auto;
  padding: 10px 0 40px 0;
}

.clientTj_welcome_wrap .textSelection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
  padding-left: 25px;
}

.clientTj_welcome_wrap .textSelection .title1 {
  font-size: 0.9em;
  font-weight: 600;
}

.clientTj_welcome_wrap .textSelection .title2 {
  font-size: 1.05em;
}

div#clientTj_welcom {
  background-color: #07d1ba;
}

.client_show_section {
  background-color: #ebf5f3;
}


.client_show_section .commonSectionTile {
  background-image: url("/img/client/line.png");
  background-repeat: no-repeat;
  background-position: center;
}

.client_show_box {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin: 20px auto 0 auto;
}

.client_show_box>.client_img_wrap {
  width: 17%;
    text-align: center;
    margin: 18px 18px;
  padding-top: 8px;
}

.client_show_section .client_show_box .client_img_wrap {
  border-radius: 25px;
  background-color: #fff;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.clientBoxTable .client_show_box .client_img_wrap {
  border-radius: 25px;
  background-color: #ebf5f3;
}

.contactUsNewbtn {
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
  width: 108px;
  text-align: center;
  line-height: 40px;
  font-size:1.2em;
  margin: 30px 20px 10px 0;
  padding: 10px 20px 10px 20px;
  font-weight: normal;
}

.homeFreeTrialbtn {
  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
  width: 108px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2em;
  margin: 30px 0 10px 0;
  padding: 10px 20px;
  font-weight: normal;
}

.homeFreeTrialbtn:hover {
  background-image: linear-gradient(267deg, #00d7bd 0%, #00c1ab 100%);
}



.right_fixed>.right_fixed_item>.right_fixed_item_internal_left {
  position: absolute;
  top: 0px;
  left: -200px;
  /* left: 0px; */
  display: none;
  width: 200px;
  /* height: 440px; */
  box-shadow: 0px 0px 22px #dedede;
  background: #fff;
  border-radius: 6px;
}

.right_fixed>.right_fixed_item:hover .right_fixed_item_internal_left {
  display: block;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_box {
  /* left: 0px; */
  display: none;
  position: absolute;
  top: -5px;
  left: -255px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 22px #dedede;
}

.right_fixed>.right_fixed_item {
  width: 61px;
  height: 60px;

  margin: 10px 0px 10px 0;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_form {
  padding: 30px 35px;
  font-size: 15px;


  width: 183px;
  height: 250px;

}

.right_fixed_item_contact_box .info_box {
  background-color: #ffffff;

  width: 100%;
  padding: 0px 0 24px 0;
  font-size: 15px;
  border-radius: 6px;


}

.right_fixed_item_contact_box .info_box>div {
  display: flex;
  padding: 5px 40px;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_form input,
textarea {
  border-radius: 5px;
  background-color: #ededed;
  height: 28px;
  width: 100%;
  text-indent: 3px;
  font-size: 15px;
  margin-bottom: 3px;
  border: 0px;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_form .submitStn {
  padding: 8px 6px;
  margin: 20px auto;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  width: 90px;
  background-color: #ff7400;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_form .submitStn:hover {
  cursor: pointer;
}

.right_fixed>.right_fixed_item .right_fixed_item_contact_form>.fieldRow {
  margin-bottom: 6px;
  font-weight: 600;
}

.right_fixed {
  position: fixed;
  right: 22px;
  bottom: 50%;
  width: 45px;
  z-index: 100;
  margin-top: 50px;
}

.menu_tel {
  color: #444444;
  font-size: 0.95em;
  font-weight: 600;
  padding: 1.725em 1em;
}

.contact_us_btn {
  background: #0d9f8a;
  border-radius: 8px;
  width: 200px;
  height: 42px;
  margin: 0px 5px 0px 5px;
  color: #FFFFFF;
  font-size: 0.95em;
  border: 0px;
}

.contact_us_info_form_btn.viewApplyBtnColor {
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
  height: 56px;
}

.contact_us_info_form_btn.viewApplyBtnColor:hover {
  cursor: pointer;
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
}

.contact_us_info_form_btn {
  border-radius: 8px;
  width: 200px;
  height: 42px;
  margin: 0px;
  color: #FFFFFF;
  font-size:0.95em;
  border: 0px;
}

section#erpGridSection .grid-block-container {
  width: 100%;
}

.grid-block-container {
  width: 95%;
  margin-top: 5px;
  /* background-color: #ccc; */

}

.grid-block-container>.grid-block .item {
  background-color: #717191;
  margin: 5px;
  border-radius: 30px;
  flex: 1;
  min-height: 84px;
  text-align: center;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.grid-block-container>.grid-block .item2 {
  background-color: #717191;
  margin: 4px;
  border-radius: 30px;
  flex: 1;
  min-height: 84px;
  text-align: center;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-block-container>.grid-block .item2:hover a {
  text-decoration: underline;
}

.grid-block-container>.grid-block .commonFlex_row {
  flex: 1;
}

.grid-block-container>.grid-block .commonFlex_column {
  flex: 1;
}

.flex-grow2 {
  flex-grow: 2 !important;
}

.flex1 {
  flex: 1 !important;
}

.flex2 {
  flex: 2 !important;
}

.flex3 {
  flex: 3 !important;
}

.flex4 {
  flex: 4 !important;
}

.flex-grow4 {
  flex-grow: 4 !important;
}

.flex-justify-content-center {

  justify-content: center;
}

.flex-align-items-start {
  align-items: start;
}

.grid-block-checkBox-container {
  background-color: #7a7aa9;
  padding: 18px 0px;
  border-radius: 15px;
}

.grid-block-checkBox-row-leftImg {
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 108px;
  margin-right: 60px;
}

.grid-block-checkBox-wrap {
  color: #fff;
  font-size: 0.95em;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  padding-left: 5px;
  display: flex;
  flex-direction: row-reverse;
}

.grid-block-container>.grid-block span {
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  padding-top: 1px;
}

.grid-block-container>.grid-block .item:hover span a {
  text-decoration: underline;
}

.grid-block-container>.grid-block .item:hover span a:hover {
  text-decoration: underline;
  color: #2f60ff;
}

.visible {
  visibility: visible !important;
}

.backgroundColor-projectEnterpriseItem,
.backgroundColor-projectEnterpriseItem a {
  background-color: #c8cfff !important;
  color: #000;
}

.grid-block-container>.grid-block .item2:hover a:hover {
  color: #2f60ff;
}

.backgroundColor-projectEssentialItem {
  background-color: #697793 !important;
  color: #fff;
}

.backgroundColor-projectBusinessItem {
  background-color: #5d7ee9 !important;
  color: #fff;
}

.backgroundColor-projectProcurementItem {
  background-color: #00b7a2 !important;
  color: #fff;
}

.grid-block-container>.grid-block .item:hover,
.grid-block-container>.grid-block .item2:hover {
  background-color: #ffda00 !important;
  color: #000000;
  cursor: pointer;
}

.grid-block-container>.grid-block .item:hover a,
.grid-block-container>.grid-block .item2:hover a {
  background-color: #ffda00 !important;
  color: #000000;
  cursor: pointer;
}


.backgroundColor-salesItem {
  background-color: #A1F2FF !important;
  color: #000000;
}

.backgroundColor-ecommerceItem {
  color: #000000;
  background-color: #45e5ff !important;
}

.backgroundColor-procurementItem {
  color: #fff;
  background-color: #8893ff !important;
}

.backgroundColor-clientProjectItem {
  background-color: #50ffc9 !important;
  color: #000000;
}

.backgroundColor-clientServiceItem {
  color: #000000;
  background-color: #fff !important;
}

.backgroundColor-projectItem {
  color: #000000;
  background-color: #50FFC9 !important;
}

.backgroundColor-serviceprojectItem {
  color: #000;
  background-color: #45e5ff !important;
}

.backgroundColor-serviceenterpriseItem {
  color: #000;
  background-color: #50FFC9 !important;
}

.backgroundColor-customersupportItem {
  color: #000;
  background-color: #fff !important;
}


.grid-select {
  position: relative;
  width: 300px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
}

.select-header {
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  /* background-color: #7e7e9b; */
  border-radius: 25px;
  font-size: 0.95em;
}

.selected-option {
  flex-grow: 1;
}

.arrow {
  font-size: 12px;
}

.options {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0px solid #ccc;
  background-color: #7d82e3;
  display: none;
}

.options li {
  padding: 5px 10px;
  font-size: 0.95em;
}

.options li:hover {
  background-color: #7177d7;
}

.grid-select-block-container .grid-block span {
  visibility: visible;
}

.grid-block-checkBox-wrap>input {
  margin-left: 10px;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.grid-block-checkBox-wrap>input:checked {
  background-color: #fff;
}

.grid-select-wrap {
  margin-left: 0px;
}

.grid-select-row {
  align-items: center;
  width: 100%;
  justify-content: center;
}

/*设置复选框描述文字为相对定位，因为下面要在此label下面设置两个伪类，基于它进行定位。*/
label.checkbox_label {
  position: relative;
  display: inline-block;
  padding: 2px 9px;
  -webkit-user-select: none;
  user-select: none;
  /*禁止选中label中的文字，因为勾选时双击了很容易选中*/
}

/*隐藏原生的input复选框*/
.grid_checkbox {
  opacity: 0;
}

/*after伪类生成固定大小的选框，边框颜色设置为灰色，定位到隐藏的checkbox位置上*/
label.checkbox_label::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: -15px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/*原生checkbox hover时，此时自定义的伪类选框边框颜色变化为蓝色*/
.grid_checkbox:hover+label.checkbox_label::after {
  border-color: #61617d;
}

/*原生的checkbox选中后，对应的自定义选框添加边框颜色和背景颜色*/
.grid_checkbox:checked+label.checkbox_label::after {

  background-color: #61617d;
}

/*生的checkbox选中后，由于自定义的选框背景为纯色，故这里又定义了一个before伪类来模拟勾选的对勾，这里用一个盒子的边框模拟对勾选中符号*/
.grid_checkbox:checked+label.checkbox_label::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #fff;
  background-color: #61617d;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -11px;
  z-index: 2;
  box-sizing: border-box;
}

.grid_checkbox_wrap {
  display: flex;
  flex-direction: row-reverse;
}

.puzzle-piece a:hover,
.puzzle-piece li:hover a {
  text-decoration: underline;
  color: #2f60ff;
  cursor: pointer;
}

.puzzle-piece:hover a {
  color: #000;
}

.puzzle-piece a {
  color: #fff;
  font-size: 15px;
}



.grid-select-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-select-bar>div {
  margin: 40px 24px 40px 24px;

  border-radius: 28px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  color: #2d323e;
  /* text-decoration: underline; */
  position: relative;
}

.grid-select-bar>div:hover,
.grid-select-bar>.active {
  /* color: #fff;
    transform: scale(1.1);
    background-color: #ff7c00;
   /* border: 2px #ffd3ae solid;*/
}

.grid-select-bar>div:hover::after,
.grid-select-bar>.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
  text-decoration: none;
}

.grid-select-bar>div:hover::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.grid-select-bar>div::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.grid-block {
  overflow: hidden;
}

.grid-block-container>.grid-block>.grid-block_whole_row>div {
  /* width: 100%;
  flex: auto;
  flex-shrink: 0; */
}

.grid-block_whole_row {
  position: relative;
}

.grid-block-container>.grid-block .blankRow .item {
  background-color: transparent;
  cursor: auto;
}

.grid-block-container>.grid-block .blankRow .item:hover {
  background-color: transparent !important;
}

.puzzle-piece:hover a {
  text-decoration: underline;
}

.puzzle-piece:hover a:hover {
  text-decoration: underline;
  color: #2f60ff;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item a {
  color: #fff;
}

.puzzle-piece:hover .puzzle-piece-sub-item-h {
  display: block;
}

.puzzle-piece .puzzle-piece-sub-item-h {
  display: none;
  color: #dd5f43;
  padding-top: 5px;
}

.puzzle-piece:hover .puzzle-piece-sub-item-s {
  display: none;
}

.custom-select {
  position: relative;
  font-family: Arial, sans-serif;
}

.custom-select .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
}

.custom-select .options {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.custom-select .options .option {
  padding: 10px;
  cursor: pointer;
}

.puzzle-container {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.puzzle-piece-wrap {
  display: flex;
  flex-wrap: wrap;
}

.puzzle-piece {
  padding: 25px 0;
  background-color: #517aff;
  margin: 4px;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* transition: all 0.3s; */
  color: #fff;
  line-height: 24px;
  font-weight: normal;
  font-size: 15px;
  min-width: 85px;
  /* box-shadow: #e1e6f9 0px 0px 10px;*/
}

.puzzle-piece:hover {
  background-color: #ffda00 !important;
  color: #000;
}

.puzzle-piece .puzzle-piece-sub-item-h {
  display: none;
  color: #dd5f43;
  padding-top: 5px;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item a {
  color: #000;
}

.puzzle-piece .puzzle-piece-sub-item-h .puzzle-piece-sub-item a:hover {
  color: #2f60ff;
}

.puzzle-piece:hover .puzzle-piece-sub-item-h {
  display: block;
}

.puzzle-piece:hover .puzzle-piece-sub-item-s {
  display: none;
}

.puzzle-piece-link:hover {
  cursor: pointer;
}

.puzzle-piece-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.flex-basis60 {
  flex-basis: 60%;
}

.flex-basis50 {
  flex-basis: 50%;
}

.flex-basis-auto {
  flex-grow: 1;
}

.erp_transcend_item_l_text {
  font-size: 18px;
  padding: 0px 35px 38px 35px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: center;

}

.erp_switch_show_d {

  text-align: center;
}

.erp_switch_show_d>a {
  color: #7861FF;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0px auto;
  padding: 40px 20px;
}

.erp_switch_show_d>a:hover {
  cursor: pointer;
}

.erp_blockArea {
  margin-top: 0px;
  padding-bottom: 80px;
}

.erp_blockArea_fff {
  margin-top: 0px;
  padding-bottom: 80px;
}

.erphcmtext {
  font-size: 16px;
  /*opacity: 75%;*/
  font-weight: normal;
  line-height: 24px;
}

section#erpGridSection .grid-block-container {
  width: 100%;
}

.common_page_bottom {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  background-color: #fff;
}

.common_page_bottom>.title {
  color: #252830;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 60px;
  width: 94%;
  margin: 0 auto;
}

.common_page_bottom>.f_title {
  text-align: center;
  padding-top: 10px;
  font-size: 1.1em;
  color: #555;
  line-height: 42px;
  width: 94%;
  margin: 0 auto;
}

.contactUsBtn {
  background-image: linear-gradient(267deg, #00c1ab 0%, #00d7bd 100%);
}

.freeTrial {
  background-image: linear-gradient(267deg, #7b68ee 0%, #8d86ff 100%);
}

section#futureproofSection .section_wrap .topImg,
section#why8mSection .section_wrap .topImg {
  text-align: center;
  margin: 20px 0px;
}

.futureproofSection1 {
  background-color: #fff;
  padding: 64px 0 0 0px;
}

.futureproofWrap1 {
  justify-content: space-around;

}

.futureproofWrap1>.item {
  width: 30%;
  padding-bottom: 50px;
}

.futureproofWrap1>.item>.title {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 600;
  color: #6253F2;
  margin-bottom: 30px;

}

.futureproofWrap1>.item>.content {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  color: #343434;
  line-height: 1.75em;
  padding: 0 24px;

}

.futureproofDiv2 {
  color: #333;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 0.95em;
  line-height: 36px;
}

.futureproofDiv2>div {
  margin: 0px 40px;
}

.futureproofSectionH {
  /*height: 500px;*/
}

.futureproofDiv3>div {
  border-radius: 25px;
  padding: 45px;
  margin: 10px;
}

.futureproofDivWrap {
  border-radius: 25px;
  overflow: hidden;
  /* background-color: #0f2d4c;*/
}

.futureproofDiv3 .title {
  font-size: 1.625em;

  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 42px;
}

section#futureproofSection {
  background-color: #EDEBFF;
}

.kanban_morecase_d {
  margin: 10px 0px;
  width: 94%;
}

.kanban_morecase_d a {
  font-weight: 600;
  color: #000;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.navgroup_digital {
  width: 250px;
}

.industries_topImg_div img {
  height: 100%;
  width: 100%;
}


.price_pdf_list_d {
  margin: 0px auto;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #08cf65;
  overflow: hidden;

}

.price_pdf_list_d .price_pdf_list_tile {
  background-color: #08cf65;
  padding: 10px 10px;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.price_pdf_list_d .price_pdf_list_tile:hover + .sub_price_pdf_list_d {
  display: block;
  position: relative;
  z-index: 1;
}
.price_pdf_list_d .sub_price_pdf_list_d:hover {
  display: block;
  position: relative;
  z-index: 1;
}

.price_pdf_list_d .sub_price_pdf_list_d {
  display: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  /* 过渡效果 */
  padding: 0px 10px;
  background-color: #fff;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item a {
  color: #00af52;
  font-weight: normal;
  font-size: 0.95rem;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item {
  text-align: right;
  padding: 5px 0px;
}

.price_pdf_list_d .sub_price_pdf_list_d .price_pdf_list_item_border_b {
  border-bottom: 1px dashed #08cf65;
}

.price_pdf_list_section {
  position: relative;
}

.price_pdf_list_box {
  width: 100%;
  text-align: center;
  position: absolute;
}

.contactSalesProductBtn {
  background-color: #ffda00;
  color: #252830;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 34px;
}

.singleProductPriceArea .productPricebtnGroup .commonButtonStyle,
.singleProductPriceArea .productPricebtnGroup .price_pdf_list_tile {
  min-width: 190px;
  box-sizing: border-box;
}

.messageBoxPop {
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  height: 350px;
  margin-top: -175px;
  margin-left: -200px;
  box-shadow: #dfdfdf 0px 0px 12px;
  left: 50%;
  top: 50%;
  z-index: 9999;
  min-width: 200px;
  min-height: 100px;
  transition: opacity .5s;
  display: none;
}

.messageBoxPop>.popCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.messageBoxPop>.wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
}

.messageBoxPop>.wrap>.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.messageBoxPop>.wrap>.content>.text {
  color: #333;
  font-weight: 600;
  font-size: 1.75rem;
}

.messageBoxPop>.wrap>.content>.stext {
  color: #444;

}

.messageBoxPop>.wrap>.content>img {
  margin-bottom: 20px;
}

.messageBoxPop>.wrap>.content>* {
  flex: 1;
}


.backgroundColor-grid-l-blue,
.grid_row_lblue .item,
.backgroundColor-grid-l-blue a,
.grid_row_lblue .item a {
  background-color: #5d7ee9 !important;
  color: #fff;
}

.backgroundColor-grid-blue,
.grid_row_blue2 .item,
.grid_row_blue2 a {
  background-color: #d9ef4c !important;
  color: #000;
}

.backgroundColor-grid-blue,
.grid_row_blue .item,
.grid_row_blue a {
  background-color: #697793 !important;
  color: #fff;
}

.backgroundColor-grid-green,
.grid_row_green .item,
.grid_row_green a,
.backgroundColor-grid-green a {
  background-color: #b0bcff !important;
  color: #000;
}

.backgroundColor-grid-purple,
.grid_row_purple .item,
.backgroundColor-grid-purple a,
.grid_row_purple .item a {
  background-color: #00e7b8 !important;
  color: #000;
}

.backgroundColor-grid-white,
.grid_row_white .item,
.grid_row_white a {
  background-color: #57ccff !important;
  color: #000;
}

.backgroundColor-grid-yellow {
  background-color: #b190f7 !important;
  color: #fff;
}

.content01 {
  font-size: 16px;
  line-height: 42px;
  width: 94%;
  margin: 20px auto;
}

.section_wrap {
  padding-bottom: 20px;
}

.aboutus_section {
  background-color: #c5eeeb;
  padding: 50px 0px;
}

.aboutus_section h1 {
  font-size: 42px;
  font-weight: 600;
  margin: 30px 0 20px 40px;
  color: #053834;
}

.aboutus_section ul {
  padding-left: 65px;
}

.aboutus_section ul li {
  font-size: 1.70rem;
  list-style-type: disc;
  padding: 6px 10px;
  font-weight: 600;
  color: #007a40;

}

.aboutus_section .img_left_text {
  flex-basis: 50%;
  color: #007a40;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 54px;
  padding-left: 40px;

}

.img_container {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}


.dqn {
  display: inline-block;
  width: 130px;
}

.pre_phone {
  display: inline-block;
  width: 75px;
  color: #c3ced7;
  line-height: 32px;
}

.contact_us_wrap {
  margin: 0px 0px 0px 0px;
  display: flex;
  width: 100%;
}

.contact_us_wrap>.contact_us_info {
  width: 50%;
  padding: 50px;
}

.contact_us_wrap_full .contact_us_wrap>.contact_us_info {
  width: 100%;
}

.contact_us_wrap>.contact_us_info .yanshi_div_row_input {
  width: 100%;
}

.contact_us_wrap>.contact_us_info .contact_us_info_form_btn {
  width: 100%;
}

.contact_us_wrap>.contact_us_info .contact_us_info_form {
  background-color: transparent;
  box-shadow: none;
}

.contact_us_wrap>.contact_us_info>.contact_us_info_box .contact_us_info_form {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}

.contact-container-b-img {
  background-image: url("/img/contact/line01.png");
  background-repeat: no-repeat;
  height: 56px;
}

.contact_us_wrap .formTitle {
  font-size: 32px;
  background-repeat: round;
  background-image: url("/img/contact/line02.png");
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 72px;
  width: 520px;
  margin: 0 auto;
}

.contact_us_wrap .contact_us_info>.contact_us_info_box {
  box-shadow: none;
  background-color: transparent;
}

.contact-title {
  background-color: #e0f6ff;
  text-align: center;
  padding: 50px 0 0 0px;
  color: #252830;
  font-size: 42px;
  font-weight: 600;
}

.contact-title>.ftitle {
  color: #252830;
  font-size: 0.5em;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  background-color: #e0f6ff;
}

.contact-card {
  flex-basis: calc(50% - 40px);
  margin: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}

.contact-card:hover {
  background-color: #252830;
  cursor: pointer;
}

.contact-card:hover h3,
.contact-card:hover p {
  color: #fff;
}

.contact-card:hover a {
  color: #03ffcf;
}

.contact-card h3 {
  color: #131924;
  font-size: 24px;
  margin: 30px 16px 0 20px;
  line-height: 32px;
}

.contact-card p {
  color: #131924;
  font-size: 16px;
  margin: 10px 16px 0 20px;
  line-height: 30px;
}

.contact-card a {
  color: #01b9a4;
  font-size: 18px;
  text-decoration: none;
  margin: 20px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
}

.contact-info {
  position: relative;
}

.contact_left_container .icon-list {
  list-style: none;
  padding: 0;
}

.contact_left_container .icon-list li {

  font-size: 18px;
  display: flex;
  align-items: center;
}

.contact_left_container .icon-list li>.fa-square-check {
  color: #00ad4a;
  margin-right: 10px;
}

.contact_method_groudp>div {
  font-weight: normal;
  align-items: center;
  margin: 20px 0;
  font-size: 18px;
}

.contact_method_groudp>div>.icon {
  margin-right: 50px;
  padding-top: 8px;
}

.contact_left_container {
  font-size: 36px;
  padding: 20px 84px 0 0;
  line-height: 56px;
}

.contact_left_container_f {
  font-size: 18px;
  line-height: 40px;
  padding: 20px 0;
}

.contact_us_info_form {}

.ppm_agile_item1 {
  background-color: #eee;
}

.ppm_agile_item2 {
  background-color: #cfeefb;
}

.ppm_blockArea_row2_wrap .blockArea_row_item_title03 {
  font-size: 20px;
  padding: 32px 30px 2px 30px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 32px;
}

.ppm_blockArea_row_showlink {
  padding-top: 30px;
}

.ppm_blockArea_row_showlink .ppm_item_more_c {
  padding: 40px 0 0 0;
}

.ppm_blockArea_row_showlink .blockArea_row_item {
  width: 95%;
  background-color: #fff;
}

.ppm_blockArea_row_showlink .blockArea_row_item_title02 {
  font-size: 1.6em;
  padding: 32px 30px 2px 45px;
  border-radius: 25px 25px 0 0;
  font-weight: 600;
  line-height: 40px;
}

.ppm_blockArea_row_showlink .blockArea_row_common_item img {
  width: 100%;
  height: auto;
}

.pageFooterItemSub .pageFooterItemSub_hide {
  display: none;

  position: absolute;
  padding-left: 32px;
  width: 270px;
  text-align: left;
}

.pageFooterItemSub .pageFooterItemSub_hide a {
  color: #6043ff;font-size: 0.92em;
}

.pageFooterItemSub .pageFooterItemSub_hide:hover {
  display: block;
}

.pageFooterItemSub .pageFooterItemSub_hide_a {
  display: none;
  position: absolute;
  padding-left: 10px;
  width: 250px;
  text-align: left;
}
.pageFooterItemSub .pageFooterItemSub_hide_a a {
  color: #6043ff;
}

.pageFooterItemSub .pageFooterItemSub_hide_a:hover {
  display: block;
}

.pageFooterItemSub .hover_a:hover + .hover_div .pageFooterItemSub_hide_a {
  display: block;
}

.pageFooterItemSub .pdficon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  padding-bottom: 2px;
}

.pageFooterItemSub .pdficon_new {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.pageFooterItemSubFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.foofer_pdf_c {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;

}

.foofer_pdf_c .pdficon {}

.foofer_pdf_c>div {
  font-size: 15px;
  color: #ccc;
  line-height: 38px;
  /* position: absolute;
left: 15px; */
}

.hover_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.hover_div > div {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 38px;
  /* position: absolute;
left: 15px; */
}

#supportSection .contact_method_groudp .commonFlex_row {
  align-items: center;
  margin: 15px 0;
}

#supportSection .contact_method_groudp .commonFlex_row .icon {
  margin-right: 30px;
}

.supportTextSelection .text {
  font-size: 22px;
  color: #fff;
  padding-top: 30px;
  line-height: 48px;
}

#supportSection .title {
  font-size: 32px;
  color: #181a20;
  font-weight: 600;
  display: inline-block;
  margin: 60px 0 0px 0px;
  line-height: 42px;
}

#supportSection .ftitle {
  font-size: 20px;
  color: #00975f;
  font-weight: 600;
  margin: 24px 0 10px 0px;
  width: 100%;

}

#supportSection .text {
  font-size: 16px;
  color: #111;
  line-height: 36px;

}

.homePage-mainInfo-su {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
}


.titleSUBgLine2 {
  background-image: url(/img/support-line3.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
}


.titleSUBgLine1 {
  background-image: url(/img/support-line2.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 60%;
}


.titleSUBgLine3 {
  background-image: url(/img/support-line4.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 60%;
}

.crm_tabArea_wrap .productFeatureArea {
  border: none;
  padding: 0 15px;
}

.crm_tabArea_wrap .productFeatureArea02 {
  border: none;
  padding: 0 15px;
}

.crm_tabArea_wrap .productFeaturContainer {
  padding: 0;
}

.crm_tabArea_wrap .productFeatureArea .productFeaturesTable {
  padding: 40px;
  border-radius: 25px;
  background: #ffffff;
  padding-left: 60px;
}

.crm_tabArea_wrap .productFeatureArea02 .productFeaturesTable {
  padding: 40px;
  border-radius: 25px;
  background: #ebf5f3;
  padding-left: 60px;
}

.crm_tabArea_wrap .productFeatureArea p {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
}

.crm_tabArea_wrap .productFeatureArea02 p {
  font-size: 16px;
  color: #131924;
  line-height: 36px;
}

.crm_infoContainer07 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #ffffff;
  position: absolute;
  left: 25%;
  bottom: -45px;
}

.crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #ffffff;
  position: absolute;
  left: 25%;
  bottom: -45px;
}

.crm_infoContainer01 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #ffffff;
  position: absolute;
  left: 25%;
  bottom: -45px;
}

.crm_infoContainer03 .crm_tabArea_wrap .nav_item_select::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #ebf5f3;
  position: absolute;
  left: 25%;
  bottom: -45px;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item {
  font-size: 18px;
  color: #033a2c;
  font-weight: 600;
  padding: 0;
  position: relative;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item .navName {
  position: relative;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  height: 6px;
  background-color: #06D25F;
  transform: translate(-50%);
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item:hover .navName::after {
  animation: ani;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

@keyframes ani {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.crm_tabArea_wrap .productPriceFeature_nav .arrowSpan {
  padding-left: 4px;
}

.crm_tabArea_wrap .productPriceFeature_nav .fa-solid {
  color: #36ab69;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item:hover .arrowSpan {
  opacity: 0;
  animation: myAnimation .5s;
  animation-fill-mode: forwards;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select {
  border: none;
  margin-bottom: 0;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06D25F;
}

.crm_tabArea_wrap .productPriceFeature_nav .nav_item_select .arrowSpan {
  opacity: 0;
}

.crm_infoContainer05 .crm_tabArea_wrap .productFeatureArea .clientBoxTable {
  padding: 40px;
  border-radius: 25px;
  background-color: #fff;
  padding-left: 60px;
}

.crm_infoContainer02 .crm_tabArea_wrap .productFeatureArea .clientBoxTable {
  padding: 40px;
  border-radius: 25px;
  background-color: #EBF5F3;
}

.crm_infoContainer01 {
  background-color: #e4f3f0;
  padding-bottom: 60px;
}

.crm_infoContainer02 {
  background-color: #D0EAE5;
}

.crm_infoContainer05 {
  background-color: #e4f3f0;
}

.crm_infoContainer03 {
  background-color: #d0eae5;
  padding-bottom: 60px;
}

.crm_infoContainer07 {
  background-color: #e4f3f0;
  padding-bottom: 60px;
}

.crm_infoContainer02 .crm_tabArea_wrap .nav_item_select::before {
  background-color: #EBF5F3;
}


section#advantageProGrid {
  background-color: #f6f6f6;
}

#advantageProGrid .itemContainer .item {
  margin: 8px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;

}

#advantageProGrid .itemContainer .item>div {
  flex: 1;
  padding: 16px 16px 24px 16px;
}

#advantageProGrid .itemContainer .item h3 {
  text-align: center;
  line-height: 18px;
  color: #30353c;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 20px;
}

#advantageProGrid .itemContainer .item p {
  text-align: center;
  font-size: 12px;
}

#advantageProGrid .itemContainer .item:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all .25s linear;
  box-shadow: 0px 0px 20px #2f333c5a;
  margin-bottom: 4px;
}

#advantageProGrid .itemContainer .item:hover .h3 {
  color: fff;
}

.experience_title_wrap {
  padding-left: 70px;
}

.experience_title_wrap .t1 {
  font-size: 3rem;
  font-weight: 600;
  color: #06d25f;
}

.experience_title_wrap .t2 {
  font-size: 3rem;
  font-weight: 600;
  color: #252625;
  line-height: 70px;
}

.experience_title_wrap .t3 {
  font-size: 20px;
  font-weight: normal;
  color: #0e47ff;
  padding-top: 12px;
}

.experience_grid_section .blockArea_row_wrap {
  align-items: center;
  margin-top: 40px;
}

.experience_grid_section .text_item {
  width: 60%;
}

/* tabContainer */
.tabContainer>.tab {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tabContainer>.tab>.tablinks {
  font-size: 18px;
  color: #181f38;
  font-weight: 600;
  padding: 0;
  position: relative;
}

.tabContainer>.tab>.tablinks .navName {
  position: relative;
  font-weight: normal;
  color: #000;
}

.tabContainer>.tab>.tablinks .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  height: 6px;
  background-color: #06d25f;
  transform: translate(-50%);
}

.tabContainer>.tab>.tablinks:hover .navName::after {
  animation: ani;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.tabContainer>.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tabContainer>.tab button:hover {
  cursor: pointer;
}

.inner-tab-wrapper .tabcontent {
  background: #cae8ff;
  padding-bottom: 30px;
}

.tabContainer .tabcontent {
  display: none;
  padding: 40px 80px 40px 40px;
  border-radius: 25px;
  background: #ffffff;
  position: relative;
}

.tabContainer .tabcontent>.title {
  color: #0066ff;
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0px;
}

.tabContainer .tabcontent .item>.name {
  color: #10c66b;
  font-size: 16px;
  font-weight: bold;
}

.tabContainer .tabcontent .item20>.name {
  color: #10c66b;
  font-size: 16px;
  font-weight: bold;
}

.tabContainer .tabcontent>.itemContainer {
  justify-content: space-around;
}

.tabContainer .tabcontent>.itemContainer>.item {
  flex: 1;
  margin: 0px 40px 0 0px;
}

.tabContainer .tabcontent>.itemContainer>.item>.txt {
  font-size: 0.925em;
  color: #131924;
  line-height: 36px;
}

.tabContainer .tabcontent>.itemContainer>.item20 {
  flex: 1;
  margin: 0px 20px 0 0px;
}

.tabContainer .tabcontent .item ul {
  padding-left: 30px;
}

.tabContainer .tabcontent .item20 ul {
  padding-left: 30px;
}

.tabContainer .tabcontent .item>ul li {
  font-size: 0.925em;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.tabContainer .tabcontent .item20>ul li {
  font-size: 0.95em;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.tabContainer .nav_item_select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  position: absolute;
  left: 45%;
  bottom: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.tabContainer>.tab>.tablinks:hover .arrowSpan {
  opacity: 0;
  animation: myAnimation 0.5s;
  animation-fill-mode: forwards;
}

.tabContainer>.tab>.nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
}

.tabContainer>.tab>.nav_item_select .arrowSpan {
  opacity: 0;
}

.tabContainer .tabcontent-tenderNature {
  background-color: white;
  background-image: url("/img/srm/tender01.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 484px;
}

.tabContainer .tabcontent-supplierSelection {
  background-color: white;
  background-image: url("/img/srm/tender02.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 390px;
}

.tabContainer .tabcontent-issuing {
  background-color: white;
  background-image: url("/img/srm/tender03.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.tabContainer .tabcontent-evaluation {
  background-color: white;
  background-image: url("/img/srm/tender04.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.tabContainer .tabcontent-finalSelection {
  background-color: white;
  background-image: url("/img/srm/tender05.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 340px;
}

.srm_blockArea .tab .fa-solid {
  color: #36ab69;
}

.tabcontent .closeDiv {
  position: absolute;
  right: 35px;
  top: 25px;
}

.tabContainer>.tab>.nav_item_select .navName::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #06d25f;
}

.inner-tab-wrapper .blockArea_row_item_desc {
  padding: 15px 30px 30px 30px;
}

.txt-wrapper {
  font-size: 0.95em;
  color: #131924;
  line-height: 36px;
}

.inner-tab-wrapper .tabcontent {
  background: #cae8ff;
  padding-bottom: 30px;
}

.inner-tab-wrapper .tabContainer .nav_item_select::before {
  border-bottom-color: #cae8ff;
}

.pageFoot_pdf_h {
  height: 24px;
}

.txt-wrapper>ul li {
  font-size: 0.95em;
  color: #131924;
  line-height: 36px;
  list-style: disc;
}

.txt-wrapper>ul {
  padding-left: 20px;
}

.price_pdf_d {
  display: flex;
  padding: 0 130px 0 0;
  align-items: center;
}

.productTypePriceDiv > .productTypePriceTopDiv .productTypePriceTopText_main {
  font-size: 38px;
  margin: 44px auto 10px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.homeCustomersMain_lefe{height: 475px;}
